home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Status Bar Banner 2.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  58 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner on the status bar - 2nd variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var msgBan5, msgBan5b, string5 = "", stringPart5, delayBan5, ban5;
  11. ;msgBan5="`message`";
  12. ;function banniere5() {
  13. ;  delayBan5 = `delay`;
  14. ;  if (string5.length == 0) {
  15. ;    string5 = " ";
  16. ;    msgBan5b = msgBan5;
  17. ;    stringPart5 = "";
  18. ;  }
  19. ;  else if (string5.length == 1) {
  20. ;    while (msgBan5b.substring(0, 1) == " ") {
  21. ;      stringPart5 = stringPart5 + string5;
  22. ;      string5 = msgBan5b.substring(0, 1);
  23. ;      msgBan5b = msgBan5b.substring(1, msgBan5b.length);
  24. ;    }
  25. ;    stringPart5 = stringPart5 + string5;
  26. ;    string5 = msgBan5b.substring(0, 1);
  27. ;    msgBan5b = msgBan5b.substring(1, msgBan5b.length);
  28. ;    for (var i = 0; i < 120; i++)
  29. ;      string5 = " " + string5;
  30. ;  }
  31. ;  else string5 = string5.substring(10, string5.length);
  32. ;
  33. ;  window.status = stringPart5 + string5;
  34. ;  ban5 = window.setTimeout('banniere5(delayBan5)',delayBan5);
  35. ;}
  36. ;// end script -->
  37. ;</script>
  38. ;
  39.  
  40.  
  41. [BODY_TAG]
  42. ;onLoad="banniere5();" onUnload="clearTimeout(ban5)"
  43.  
  44.  
  45. [BODY_TEXT]
  46.  
  47.  
  48. [`message`]
  49. Kind=S
  50. Value=This text is the preview of your result.
  51.  
  52.  
  53. [`delay`]
  54. Kind=N
  55. Value=10
  56.  
  57.  
  58.